home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
News
/
Alexandra.0.82
/
Source
/
KeyEventResponder.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-30
|
200 b
|
16 lines
#import <appkit/appkit.h>
@interface KeyEventResponder:Responder
{
id theNewsgroupSet;
id theArticleSet;
}
- setNGSet:sender;
- setArticleSet:sender;
- keyDown:(NXEvent *)theEvent;
@end